|
OneSpace Modeling : (DOCU-SET-VS-CREATE-FEEDBACK)
StephanWörz am 12.12.2007 um 11:14 Uhr (0)
Hallo!Immer wieder fragen mich neue Kollegen warum beim definieren der Vorderansicht bzw. der Drausicht beim erstellen einer neuen Zeichnung der Feedback nicht passt. Vorderansicht - Feedbackpfeil zeigt in das TeilDraufsicht - Feddbackpfeil zeigt vom Teil wegAlso für mich ist das auch nicht einleuchtend. Nun bin ich in der Doku über folgendes gestolpert und habe das gleich mal probiert (in die Eingabezeile geschossen V15.50A). The DOCU-SET-VS-CREATE-FEEDBACK functionWhen you create a new view set with the ...
|
| In das Form OneSpace Modeling wechseln |
|
OneSpace Modeling : Chamfers in lisp
rene.weimar am 21.04.2005 um 08:03 Uhr (0)
How does cocreate solve this in machining parts. There they know in which direction the chamfer is made?
|
| In das Form OneSpace Modeling wechseln |
|
OneSpace Modeling : Thread-Define-Gewindeerstellung
Klaus Lörincz am 06.08.2003 um 12:32 Uhr (0)
Hallo Digitalflash (warum verstecken Wir uns überhaupt ??) Ich kenne Deine OSDM Version nicht aber in der Version 2002+ kannst Du die Funktion: SD-DEFINE-THREAD [function] (sd-define-thread face :nominal-diameter nominal-diameter ( unit :MM ) :nominal-diameter-inch nominal-diameter-inch ( unit :INCH ) :core-diameter core-diameter ( unit :MM ) itch pitch ( unit :MM ) :TPI TPI ( number ) :thread-dir ...
|
| In das Form OneSpace Modeling wechseln |
|
PTC Creo Elements/Direct Modeling : Sheet Metal Gewindeeinzug
Walter Geppert am 28.02.2018 um 09:47 Uhr (3)
Code:(sd-define-thread face :nominal-diameter nominal-diameter ( unit :MM ) :nominal-diameter-inch nominal-diameter-inch ( unit :INCH ) :nominal-diameter-text nominal-diameter-text :core-diameter core-diameter ( unit :MM ) :pitch pitch ( unit :MM ) :TPI TPI ( number ) :tpi-numerator tpi-numerator ( number ) :tpi-denominator tpi-denominator ( number ) :thr ...
|
| In das Form PTC Creo Elements/Direct Modeling wechseln |
|
OneSpace Modeling : Unicode
clausb am 04.06.2007 um 09:22 Uhr (0)
Speichere die Ausgaben direkt in eine Datei ab. Das spart Dir den Umweg ueber das Ausgabefenster und erlaubt Dir gleichzeitig die freie Wahl der Kodierung. Codebeispiel:Code: (with-open-file (out "foobar.txt" :direction : output :external-format :legacy) (print "dies" out) (print "das" out))(Das Leerzeichen zwischen ":" und "output" ist nur zur Smiley-Abwehr drin und muss im echten Code geloescht werden.)Genaugenommen kann man in Deinem Fall das Keyword "external-format" sogar weglassen, denn be ...
|
| In das Form OneSpace Modeling wechseln |
|
OneSpace Modeling : Chamfers in lisp
highway45 am 21.04.2005 um 07:14 Uhr (0)
The OSDM does not know in which direction the chamfer is correct for you . Even at putting asymmetric chamfers manually you sometimes have to change the faces. Because none of the faces at the 3D-model have any priority, such as base line/face . Nevertheless I hope you ll find a solution. Best regards Matthias
|
| In das Form OneSpace Modeling wechseln |
|
OneSpace Modeling : Chamfers in lisp
highway45 am 21.04.2005 um 10:34 Uhr (0)
I m not sure but I believe that MachiningAdvisor does not use the same feature: At first the chamfer at one plane will be defined and then the chamfer at the other side. The lisp has to be programmed like this. Or you can set the chamfers only at one direction of the model, and after that the other sides. Or you choose the way from Walter, like the manually chamfering. Best regards Matthias
|
| In das Form OneSpace Modeling wechseln |
|
PTC Creo Elements/Direct Modeling : Zeile in Textdatei einfügen aus LISP-Makro heraus
clausb am 23.02.2016 um 09:00 Uhr (1)
Diese Variante liest sich wahrscheinlich etwas leichter:Code:(defun copy-file2(infile outfile) (with-open-file (outstream outfile :direction :output) (with-open-file (instream infile) (loop for line = (read-line instream nil) while line do (write-line line outstream)))))Na gut, und wenn wir eh schon soweit sind:Code:(defun copy-file-with-replacement(infile outfile marker replacement) (with-open-file (outstream outfile :direction :output) (with-open-file (instream infile) ( ...
|
| In das Form PTC Creo Elements/Direct Modeling wechseln |
|
CoCreate Modeling : [English] Error when inputing value from keyboard
friedhelm at work am 10.01.2013 um 15:39 Uhr (0)
Hello cacciatorino,command "parallel line" first enter the distance(s) then klick the existing line and then the direction where the new lines to be built------------------ Gruss Friedhelm[Diese Nachricht wurde von friedhelm at work am 10. Jan. 2013 editiert.]
|
| In das Form CoCreate Modeling wechseln |
|
OneSpace Modeling : Chamfers in lisp
Klaus Lörincz am 21.04.2005 um 09:49 Uhr (0)
Hi, this is a funny discussion - rene already discovered that the answer of Matthias can not be correct as MachiningAdvisor is for sure using the same functionality. I do not know the code you are using. Chamfer - Example hole in plane: select an edge - and select a method Distance1 will always be applied to the plane surface but may go in different directions 1) dist dist it will be in the distance on the plane 2) otherwise it will b e the distance in the negateive plane direction Best regrads, ------ ...
|
| In das Form OneSpace Modeling wechseln |
|
OneSpace Modeling : Turn Befehl - Achsdefinition
Dorothea am 18.06.2004 um 13:50 Uhr (0)
Hallo, Wenn du in einem Dialog den Type :measure-axis verwendest, bekommt deine Variable folgende Werte zugewiesen (intern, programmatisch zu erfragen): (.../help/Common/documentation/integration_kit/reference/dg_manual.html#points) :measure-axis list with 2 items - point (gpnt3d) [mm,mm,mm] - direction (gpnt3d) [mm,mm,mm] Du kannst also dann beim Aufruf von turn schreiben: :axis (first ACHSE) (second ACHSE) Gruss Dorothea
|
| In das Form OneSpace Modeling wechseln |
|
CoCreate Modeling : LISP-Makro Problem
Urs Thali am 12.12.2009 um 14:56 Uhr (0)
Ich habe noch eine weitere Frage an euch und ich bin sicher, dass ihr mir helfen könnt:Mit welchem Befehl kann ich nun den vorher definierten Vektor A auf der Arbeitsebene um 90° im Gegenuhrzeigersinn drehen lassen? Ich habe so begonnen:(setf B (sd-vec-rotate A (/ pi 2) oint P1 :direction ?????????? )))Wie ihr seht liegt mein Problem bei den Fragezeichen, denn ich weiss nicht, wie ich die Richtung W in den Befehl reinpacke. Oder habe ich noch wo anders was falsch gemacht?Danke für eure Hilfe!Gruss Urs
|
| In das Form CoCreate Modeling wechseln |
|
Creo Elements/Direct : Kreiskante Dehnen
MiBr am 27.06.2025 um 15:07 Uhr (1)
Hallo Wolfgang,der Tip mit dem Stück für Stück hat mir die Augen geöffnet. Ich habe beim Aufzeichnen ganzintuitiv immer im Display getippt. Habe dann die ganze Zeit in der Lisp alles reingebrachtwas so aufgezeichnet wurden, umgestellt und ... sry.Code:(sd-call-cmds (stretch:edges kreis_kante:other-method:LINEAR:fix-axis-direction :on:current-directionkreis_achse:current-length-5))Naja eine saubere Vorarbeit ist schon was Wert! Danke fürs Augen öffnenund die Lisp ist noch nicht fertig :-)Michael
|
| In das Form Creo Elements/Direct wechseln |